#	Time of Day	Thread	Module	API	Return Value	Error	Duration
44736	12:15:11.920 PM	2	VeraCrypt.exe	WideCharToMultiByte ( CP_UTF8, 0, "TESTPASSWD", -1, 0x00000001401b7704, 129, NULL, NULL )	11		0.0000016


#	Type	Name	Pre-Call Value	Post-Call Value
1	UINT	CodePage	CP_UTF8	CP_UTF8
2	DWORD	dwFlags	0	0
3	LPCWSTR	lpWideCharStr	0x0000000002e6be40 "TESTPASSWD"	0x0000000002e6be40 "TESTPASSWD"
4	int	cchWideChar	-1	-1
5	LPSTR	lpMultiByteStr	0x00000001401b7704	0x00000001401b7704 "TESTPASSWD"
6	int	cbMultiByte	129	129
7	LPCSTR	lpDefaultChar	NULL	NULL
8	LPBOOL	lpUsedDefaultChar	NULL	NULL
				
	int	Return		11
